runtime.stackt.ss_size (field)
5 uses
runtime (current package)
defs_linux_amd64.go#L237: ss_size uintptr
signal_unix.go#L564: if st.ss_flags&_SS_DISABLE == 0 && sp >= stsp && sp < stsp+st.ss_size {
signal_unix.go#L580: st := stackt{ss_size: mp.g0.stack.hi - mp.g0.stack.lo}
signal_unix.go#L1332: gp.m.gsignal.stack.hi = stsp + st.ss_size
signal_unix.go#L1354: st := stackt{ss_size: s.hi - s.lo}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |